(display-time-string-forms): Fix help-echo date format.
authorJuri Linkov <juri@jurta.org>
Tue, 23 Mar 2004 07:41:38 +0000 (07:41 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 23 Mar 2004 07:41:38 +0000 (07:41 +0000)
lisp/time.el

index a4c5f97ac98c64348119f329338c72066f64c80a..ebc883b3d8e67c5c9b2e4fab7092439d0c85c339 100644 (file)
@@ -177,7 +177,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'."
      (format-time-string (or display-time-format
                             (if display-time-24hr-format "%H:%M" "%-I:%M%p"))
                         now)
-     'help-echo (format-time-string "%s %b %e, %Y" now))
+     'help-echo (format-time-string "%a %b %e, %Y" now))
     load
     (if mail
        ;; Build the string every time to act on customization.